[INFO] cloning repository https://github.com/guillaumetousignant/registry-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guillaumetousignant/registry-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillaumetousignant%2Fregistry-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillaumetousignant%2Fregistry-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96d8268a8ed1f64378b19a60da7c716308d2a11c
[INFO] fixing guillaumetousignant/registry-backend against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillaumetousignant%2Fregistry-backend" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/guillaumetousignant/registry-backend
[INFO] finished tweaking git repo https://github.com/guillaumetousignant/registry-backend
[INFO] tweaked toml for git repo https://github.com/guillaumetousignant/registry-backend written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/guillaumetousignant/registry-backend on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/guillaumetousignant/registry-backend already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rocket-jwt v0.5.2
[INFO] [stderr]   Downloaded jiff-static v0.2.24
[INFO] [stderr]   Downloaded migrations_macros v2.3.0
[INFO] [stderr]   Downloaded migrations_internals v2.3.0
[INFO] [stderr]   Downloaded dsl_auto_type v0.2.0
[INFO] [stderr]   Downloaded diesel_migrations v2.3.2
[INFO] [stderr]   Downloaded rsqlite-vfs v0.1.1
[INFO] [stderr]   Downloaded diesel_table_macro_syntax v0.3.0
[INFO] [stderr]   Downloaded diesel_derives v2.3.9
[INFO] [stderr]   Downloaded diesel v2.3.9
[INFO] [stderr]   Downloaded jiff v0.2.24
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632
[INFO] running `Command { std: "docker" "start" "f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling diesel_derives v2.3.9
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling pem v1.1.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking migrations_internals v2.3.0
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking jiff v0.2.24
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking jsonwebtoken v10.4.0
[INFO] [stderr]    Compiling jsonwebtoken v8.3.0
[INFO] [stderr]    Compiling migrations_macros v2.3.0
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling rocket-jwt v0.5.2
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking diesel v2.3.9
[INFO] [stderr]     Checking diesel_migrations v2.3.2
[INFO] [stderr]     Checking registry-backend v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: specify the path to the file containing the secret key
[INFO] [stdout]  --> src/routes/authorization/authorization.rs:3:48
[INFO] [stdout]   |
[INFO] [stdout] 3 |   static SECRET_KEY: &'static str = include_str!(env!(
[INFO] [stdout]   |  ________________________________________________^
[INFO] [stdout] 4 | |     "REGISTRYSECRETKEY_FILE",
[INFO] [stdout] 5 | |     "specify the path to the file containing the secret key"
[INFO] [stdout] 6 | | ));
[INFO] [stdout]   | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: specify the path to the file containing the secret key
[INFO] [stdout]  --> src/routes/authorization/authorization.rs:3:48
[INFO] [stdout]   |
[INFO] [stdout] 3 |   static SECRET_KEY: &'static str = include_str!(env!(
[INFO] [stdout]   |  ________________________________________________^
[INFO] [stdout] 4 | |     "REGISTRYSECRETKEY_FILE",
[INFO] [stdout] 5 | |     "specify the path to the file containing the secret key"
[INFO] [stdout] 6 | | ));
[INFO] [stdout]   | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `registry-backend` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `registry-backend` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632", kill_on_drop: false }`
[INFO] [stdout] f1400ddf0d61be8d39350efe7ba7572324a657afd8f64962dc3a1baaec063632
